ComponentOne ASP.NET MVC Controls
Pointer Method

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : Pointer Method
The builder function.
Configurates C1.Web.Mvc.Gauge.Pointer. Sets the Range used to represent the gauge's current value.
Syntax
'Declaration
 
Public Function Pointer( _
   ByVal build As Action(Of RangeBuilder) _
) As TBuilder
public TBuilder Pointer( 
   Action<RangeBuilder> build
)

Parameters

build
The builder function.

Return Value

Current builder.
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members